Package-level declarations
Types
The annotation used to mark the function used to process the specified commands.
The annotation used to mark the function used to process the specified commands.
Annotation to mark a class as a context provider. Class should be inheritor one of UserData or ClassData.
Annotation to mark an object/class as an interface to get the object that can be passed to a function. And target object need to be implementation of Autowiring interface.
Label the class that implements the input chain, for TgUpdateHandler.
The annotation used to denote the function used to process the specified I/O event.
Because of the limitation of the telegram api in the length of callbacks, this annotation allows you to map parameters by a specific name.
Annotation to define query limits for specific actions.
Annotation used to mark the function used to handle updates that not processed. Only one processing point is possible.
An annotation used to indicate the function that is used to handle the specified type of incoming update.